Search
PerElementSeriesStyle.setFills Method
See Also
 






Sets a list of Brush-lists, each list used to fill the elements a different Series, and each Brush used to fill one element in the Series.

Namespace: com.mindfusion.charting
File: com.mindfusion.charting

 Syntax

Java  Copy Code

public void setFills (
    List<List<Brush>> value
)

 Parameters

value

A list with Brush-lists.

 Remarks

If the count of Brush-elements is less than the count of data items in the Series, the control applies them in a cycle.

 See Also